[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
LastIndexOf(T) |
Finds the index of the last item in the list that is equal to item.
(Inherited from ListBase<(Of <T>)>.) | |
LastIndexOf(T, Int32) |
Finds the index of the last item, in the range of items extending from the beginning
of the list to index, that is equal to item.
(Inherited from ListBase<(Of <T>)>.) | |
LastIndexOf(T, Int32, Int32) |
Finds the index of the last item, in the range of count items ending at index,
that is equal to item.
(Inherited from ListBase<(Of <T>)>.) |